home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games: Greatest Hits 1996 / Amiga Games: Greatest Hits 1996.iso / userbox / publicdomain / o_s-b4_00s / o_s-b.prefs < prev    next >
Text File  |  1996-07-28  |  968b  |  46 lines

  1. Since o_s-b V3.04 you can select different fonts as follows:
  2. FONTNAME=emerald.font
  3. FONTSIZE=8
  4. First we need to create a group, this is done by the following line:
  5. :Prefs
  6. Now we add the font-prefs-program to the prefs-group
  7. Starting with the name:
  8. >Font
  9. Following is the command that will be executed:
  10. !sys:prefs/font
  11. And now we tell o_s-b the directory to change to:
  12. #sys:prefs
  13. We continue with the next command...
  14. >IControl
  15. !sys:prefs/icontrol
  16. #sys:prefs
  17. >Input
  18. !sys:prefs/input
  19. >Locale
  20. !sys:prefs/locale
  21. >Overscan
  22. !sys:prefs/overscan
  23. >Palette
  24. !sys:prefs/palette
  25. >Pointer
  26. !sys:prefs/pointer
  27. >Printer
  28. !sys:prefs/printer
  29. >PrinterGFX
  30. !sys:prefs/printergfx
  31. >PrinterPS
  32. !sys:prefs/printerps
  33. >Screenmode
  34. !sys:prefs/screenmode
  35. >Serial
  36. !sys:prefs/serial
  37. >Sound
  38. !sys:prefs/sound
  39. >Time
  40. !sys:prefs/time
  41. >WBPattern
  42. !sys:prefs/wbpattern
  43.  
  44. As you can see from the list above, you are allowed to add comments inside
  45. this file, but you needn't. See the documentation for more details.
  46.